Revision: tla-mlh--devo--1.3--patch-2
Archive: mlh@zip.com.au--tla
Creator: MLH <mlh@zip.com.au>
Date: Wed Sep  8 10:07:16 EST 2004
Standard-date: 2004-09-08 00:07:16 GMT
Modified-files: tests/changeset-tests/edit-tree-randomly
    tests/changeset-tests/edit-tree-randomly-with-spaces
New-patches: mlh@zip.com.au--tla/tla-mlh--devo--1.3--patch-2
Summary: changeset tests -- use sed rather than tail
Keywords: 

Use
	sed -n '$p'
rather than
	tail -n 1
etc..
for better portability. e.g. Solaris tail
does not understand -n

